h1 {
	text-align: center;
	font-size: 30px;
}


.subunit-boundary {
  	fill: none;
  	stroke: black;
  	stroke-linejoin: round;
}

.exterior-boundary {
  	fill: none;
  	stroke: black;
}

	
.botones {
	fill: lightgray;
	stroke: black;
	opacity: 0.3;
}

.selected {
		stroke: darkred;
		stroke-width: 2.0px;
		opacity: 1;
	}


.key {
  font: 10px sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}

.key path {
  display: none;
}

.key line {
  stroke: #000;
  shape-rendering: crispEdges;
}

	
.caption {
	font-weight: bold;
	font-size: 15px;
}


h1 p {
	text-align: center;
	font-size: 14px;
}

div.tooltip {
	position: absolute;
	text-align: center;
	width: 75px;
	height: 37px;
	padding-left: 5px; 
	padding-top: 7px;
	font: 12px sans-serif;
	color: white;
	background: rgba(70,0,0,0.9);
	border: 0px;
	border-radius: 8px;
	pointer-events: none;
	
}


